home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Novinky / arachno / arach_full.exe / {app} / templates / template.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-04-10  |  80 b   |  10 lines

  1. // [arach_filename]
  2.  
  3. #include <iostream>
  4.  
  5. int main()
  6. {
  7.     |
  8.     return 0;
  9. }
  10.